home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: www.qed.com!not-for-mail
- From: rdsilverman@qed.com
- Subject: Acessing Mail from C++
- Message-ID: <3157cc$c18b.26b@www.qed.com>
- Date: Thu, 21 Mar 96 13:38:21 PDT
- X-Newsreader: NEWTNews & Chameleon -- TCP/IP for MS Windows from NetManage
- MIME-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
-
-
- In Unix, one can call the mail program from inside C/C++
- via a system call:
-
- e.g. system("mail pdq@any.com < file");
-
- Can one do the same from Microsoft C++ running under
- NT? i.e. one has (say) a text file one wants to mail
- to an external address from inside a C++ program.
-
-